home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000342_news@columbia.edu_Tue Sep 12 04:33:01 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07955
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 12 Sep 1995 05:04:03 -0400
  3. Received: by apakabar.cc.columbia.edu id AA20006
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 12 Sep 1995 05:04:02 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!uunet!in1.uu.net!news.sprintlink.net!howland.reston.ans.net!ix.netcom.com!netcom.com!jhurwit
  7. From: jhurwit@netcom.com (Jeffrey Hurwit)
  8. Subject: Re: kermit through telnet
  9. Message-Id: <91QVww8Z7yZR084yn@netcom.com>
  10. Sender: jhurwit@netcom3.netcom.com
  11. Organization: Organization?  What organization?
  12. References: <4319n7$ic7@buffnet2.buffnet.net>
  13. Date: Tue, 12 Sep 1995 04:33:01 GMT
  14. Lines: 15
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <4319n7$ic7@buffnet2.buffnet.net>, root <root> wrote:
  18.  
  19. >ok, first off what OS... Linux
  20. >
  21. >Okay, I have a telnet program that allows me to redirect the i/o for the
  22. >session to sz rz or whatever I want...
  23. >
  24. >Is it possible for kermit to recieve redirected i/o like sz and rz WITHOUT
  25. >modifing C-Kermit?!
  26.  
  27.     C-Kermit will read from the standard input (instead of a file), if
  28.     that's what you mean.  'kermit -s -' at your prompt or, if you want
  29.     a file name sent with it, 'kermit -s - -a filename'.
  30.  
  31.                                         Jeff